﻿.bannerContent {
    padding: 4% 0% 1px 0%;
    background-color: #F5F5F5;
}

.btnAcesse:hover,
.btnAcesse:focus {
    outline: none;
    background: #f2fcf5;
    border: 1px solid #00bf44;
}

.banners-secundarios {
    padding: 50px 45px 80px 45px;
    color: #f5f5f5;
}


/*novo css para adicionar*/
.txt-banner {
    position: absolute;
    bottom: 20px;
}

.conteudo-banners {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.conteudo-banners img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.conteudo-banners a:hover {
    background-color: white;
    opacity: 0.8;
    cursor: pointer;
}

.title-page {
    font-size: 32px;
    letter-spacing: -0.48px;
    text-align: center;
    color: #021f59;
    font-family: "Mohr-BoldIt";
    margin-bottom: 25px;
}

.footerimg {
    height: auto;
    background-repeat: no-repeat;
    position: relative;
    background-image: linear-gradient(to bottom, #fff, #dfdede);
}

.card-videos {
    max-width: 100%;
    height: 300px;
}

.card-videos-video {
    border-radius: 8px;
    width: 100%;
}

.videoY {
    width: 532px;
    height: 249px;
    border-radius: 6px;
}

.title_galeria {
    font-family: "Mohr-Medium";
    font-size: 25px;
    color: #00bf44;
}

.text-banner {
    font-family: "Mohr-BlackIt";
    text-align: left;
    font-size: 60px;
    line-height: 60px;
    color: #021f59;
    max-width: 100%;
}

.text-apoio {
    font-family: "Mohr-Medium";
    text-align: left;
    font-size: 16px;
    color: #707070;
}

.btnAcesse {
    width: 35%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00bf44;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    font-family: "Mohr-SemiBold";
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: white;
    transition: .3s;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

.btnAcesse:hover {
    color: #00bf44;
}

.linhafooter {
    background-color: #00bf44;
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.linhas-direita {
    position: absolute;
    bottom: 0;
    right: 0;
}


.contVideo {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
    width: 100%;
    border-radius: 6px;
}

.contVideo i {
    font-size: 60px;
    color: white;
    transition: 0.2s;
    cursor: pointer;
    font-weight: 100;
}

.contVideo i:hover {
    color: #021f59;
    font-weight: 700;
}

.contVideo iframe {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

@media screen and (max-width: 1536px) {
    .card-videos-video {
        border-radius: 8px;
        width: 100%;
        transform: translate(0%, 0%);
    }
}

@media screen and (max-width:1280px) {
    .text-banner {
        max-width: 53%;
    }
}

@media screen and (max-width: 860px) {
    .title_galeria,
    .text-banner,
    .text-apoio {
        text-align: center;
    }

    .btnAcesse {
        margin: auto;
    }
}

@media screen and (max-width: 768px) {
    .title_galeria {
        text-align: center;
        margin-top: 30px;
    }

    .text-banner {
        max-width: 100%;
        text-align: center;
    }

    .text-apoio {
        text-align: center;
    }

    .card-videos {
        max-width: 100%;
        height: auto;
    }

    .contVideo i {
        font-size: 40px;
    }

    .linhas-direita {
        width: 215px;
    }
}

@media screen and (max-width:640px) {
    .title_galeria {
        text-align: center;
    }

    .text-banner {
        max-width: 100%;
        text-align: center;
        font-size: 42px;
    }

    .text-apoio {
        text-align: center;
    }

    .videoY {
        width: 350px;
        height: 187px;
        border-radius: 6px;
        display: block;
        margin: auto;
        margin-bottom: 25px;
    }

    .card-videos {
        height: auto;
    }

    .conteudo-banners {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .banners-secundarios {
        padding: 25px 15px;
    }

    .linhas-direita {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .contVideo {
        height: 220px;
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .contVideo {
        height: 180px;
    }
}